home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_19767_UMCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
941b
|
23 lines
put tStr("LibMsg",40) into bn
put tStr("LibMsg",50) into umin
put not checked(umin) into s
check umin, s
if s then
put tStr("LibMsg",52) after menuitem umin of menu bn
put tStr("LibMsg",51) after menuitem umin of menu bn
put tStr("LibMsg",53) after menuitem umin of menu bn
set menumsg of menuitem tStr("LibMsg",52) of menu bn to "doCSTR" & quote & "saveStateCSTR" & quote
set menumsg of menuitem tStr("LibMsg",51) of menu bn to "doCSTR"& quote & "restoreStateCSTR" & quote
set menumsg of menuitem tStr("LibMsg",53) of menu bn to "doCSTR" & quote &"delFindCSTR" & quote
send updateUMState to this card
else
if there is a menuitem tStr("LibMsg",52) of menu bn then
delete menuitem tStr("LibMsg",52) of menu bn
end if
if there is a menuitem tStr("LibMsg",51) of menu bn then
delete menuitem tStr("LibMsg",51) of menu bn
end if
if there is a menuitem tStr("LibMsg",53) of menu bn then
delete menuitem tStr("LibMsg",53) of menu bn
end if
end if